home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / Shareware Demos / NAVPAK_ 32 Bit Navigation Assist / NPDEMO32.exe / metafile.txt < prev    next >
Text File  |  1997-02-08  |  4KB  |  69 lines

  1.                      
  2.                           NavPak
  3.  
  4.                     SCREEN OVERLAY METAFILE
  5.     A metafile is a vector overlay which records all your drawing, plotting
  6. and text, and redraw it as you scroll.  The screen metafile uses memory buffers
  7. to paint the screen and write disk files.  These buffers are structured as follows:
  8.  
  9.      1. Lines drawn using the "Line" function in the Draw menu, and lines
  10.         plotted using items in the Tools and Celestial menus, share a
  11.         buffer which will store 610 lines.
  12.      2. The text buffer stores 62 strings of 16 characters each.
  13.      3. "Sketch / Boundary"  buffer will record 1200 line segments.
  14.      4. "Chain / Boundary"   buffer will record 1200 line segments.
  15.      5. Color fill buffer will store 62 fill operations.
  16.      6. Marker buffer will record 304 markers.
  17.  
  18.   These items can be deleted by deincrementing the buffer using "Undo"
  19. located in the Edit menu. All of the above buffers can be cleared using
  20. "Clear Screen Metafile", located in the Screen menu.  When one of the buffers
  21. fills up, a message box will appear to notify you.
  22.  
  23.   A program to edit and print metafiles is available to registered users of
  24. NavPak, on request.  This program is available in 16 and 32 bit versions.      
  25.  
  26.  
  27.                       DISK METAFILE
  28.   Screen metafiles previously saved on disk can be displayed alone, with a
  29. bitmap image, or with other metafiles.   The most recently loaded metafile
  30. will be repainted after scrolling, the previously loaded metafiles will
  31. scroll, but will not be repainted when cropped by scrolling.
  32.  
  33.   The screen metafile, disk metafile and the bitmap will be continuously
  34. repainted after scrolling (persistent graphics).  While you have disk
  35. metafiles loaded and displayed, the screen metafile is keeping track of your
  36. plotting, and can be saved under any name.
  37.  
  38.   A disk metafile can be over-written by saving a screen metafile as the
  39. same name, and a dialog box will appear to verify that you want to
  40. over-write the file.  The default extension for a metafile is .wmf.
  41.  
  42.   If you load a metafile from disk, when a bitmap is not present,  the
  43. horizontal and vertical scroll bars are set to 2000 pixels, otherwise they
  44. will be set to the size of the bitmap.
  45.  
  46.  Loading a metafile from disk does not initiate the script file for auto
  47. setup.  If a metafile is drawn as an overlay on a bitmap, the script file
  48. associated with the bitmap will automatically setup the reference points,
  49. scale, and variation, when the bitmap is loaded.   If the metafile was
  50. created on a bitmap, then load the bitmap to start the script file.
  51.  
  52.  If the metafile is intended to be used without a bitmap, such as a plotting
  53. sheet, then setup the screen coordinates, scale, and variation manually.
  54. To facilitate manual setup, draw a reference meridian and parallel on the
  55. metafile using the "Line" function located in the "Draw" menu.  Where these
  56. lines intersect, show the lat/lon using the "Text" function located in the
  57. "Draw" menu.  Also show the scale and magnetic variation with the "Text"
  58. function.  Then when you load the metafile from disk later, the necessary
  59. information will be there for manual setup.  The manual setup routine is
  60. explained in: "NavPak.txt".
  61.  
  62.   After a metafile or bitmap is displayed, it can be viewed for
  63. information.  Before doing any serious plotting, it is important to verify
  64. that the screen position and scale have been accurately setup with the
  65. script file.  See "SCREEN POSITION AND SCALE", located in "NavPak.txt.
  66.  
  67.                /********  End MetaFile.txt  **********/
  68.  
  69.